home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-10-21 | 747 b | 31 lines | [TEXT/MPS ] |
- // File: DataSaveStrs.fr
- //
- // Contains: Common (Platform independent) resources for DataSave part
- //
- // Copyright: © 1995 by Apple Computer, Inc., all rights reserved.
-
- #ifndef FWRESFIL_K
- #include "FWResFil.k" // [HLX]
- #endif
-
- #ifndef DATASAVEDEF_H
- #include "DataSaveDef.h"
- #endif
-
- //==========================================================
- resource FW_kMULTISTRING (kMenuStringsResID) // Both menus
- {
- // part menu
- kPizzaMenuStringID, "Pizza";
- // menu items
- kItemOneStringID, "Select";
- kItemTwoStringID, "Make Pizza";
- kItemThreeStringID, "Make Square Pizza";
- }
-
- //-----------------------------------------------------------
- resource FW_kMULTISTRING (kAboutBoxStrings) // About… box
- {
- kAboutMenuString, "About DataSave...";
- }
-